home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / dviware / crudetype / version3 / primos.cpl < prev    next >
Text File  |  1991-11-28  |  767b  |  38 lines

  1.  
  2. /* PRIMOS.CPL
  3. /* CPL Macro to tangle, compile and load Crudetype for Primos
  4. /* Jon Warbrick, 06/88
  5.  
  6. /*************************************************
  7.  
  8. /* You will have to change the next three lines
  9. /* to give the correct commands to run TANGLE
  10. /* and the Sheffield Pascal Compiler on your
  11. /* system, and to give the name of the Pascal
  12. /* library.
  13.  
  14. &s tangle_command := R TEX>CMDNC0>TANGLE
  15. &s pascal_command := PASCAL
  16. &s pascal_library := PASCAL
  17.  
  18. /*************************************************
  19.  
  20. &args program = PRIMOS
  21.  
  22. COMO CRUDETYPE.COMO
  23. %tangle_command% CRUDETYPE.WEB %program%.CH
  24. COMO -E
  25.  
  26. &if ^ [query 'OK to go on' TRUE] &then &stop
  27.  
  28. %pascal_command% %program% -BIG -EPF_ARGS
  29.  
  30. &data BIND
  31. lo %program%
  32. li %pascal_library%
  33. li
  34. file CRUDETYPE.RUN
  35. &end
  36.  
  37. &return
  38.